home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
comm
/
comm2
/
hdrbbs11.lha
/
HBBS
/
Commands
/
Level_20
< prev
next >
Wrap
Text File
|
1996-11-05
|
3KB
|
127 lines
; $HBBS
; all user commands for all access levels go here, note that if a user
; command is specified in a Level_XX file the same or lower than a users
; access level then that door will be used instead of the ones in here...
;
; door options take the format
;
; <commandname>_Type_1=HBBS
; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS <options>
; <commandname>_Param_1=<params>
; <commandname>_Debug_1=YES|NO
;
; where <commandname> is what the user types in at the command prompt
; command name MUST NOT have any non-printable characters in it as well
; as spaces, and preferably no High Ascii....
; <params> are just system params you want to pass to the door
; <doordir> is where the door is located
; <doorprogram> is the filename of the door program.
; <options> are any cmd line options you want to supply to the door
; generally most doors will also want {N} {O} in the <options>
; {N} is replaced by the nodenumber
; {O} is replaced by any options the user types at the bbs prompt..
;
; say you had a door setup as follows...
;
; D_Type_1=HBBS
; D_Door_1=HBBS:Doors/User/Download.HBBS {N} {O}
; D_Param_1=IGNORE_WILDSTAR
;
; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
; run would be "HBBS:Doors/User/Download.HBBS 1 fred.zip"
; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
; get it ?
; * No Join Conference for this user!
;J_Type_1=HBBS
;J_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
;RJ_Type_1=HBBS
;RJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
;RJ_Param_1=REJOIN
;>_Type_1=HBBS
;>_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
;>_Param_1=FORWARD
;<_Type_1=HBBS
;<_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
;<_Param_1=BACKWARD
; *** Mail Doors ***
R_Type_1=HBBS
R_Door_1=HBBS:Doors/User/Mail/Mail_ReadUSER.HBBS {N} {O}
MS_Type_1=HBBS
MS_Door_1=HBBS:Doors/User/Mail/Mail_Scan.HBBS {N} {O}
; *** Toy Doors ***
WALL_Type_1=HBBS
WALL_Door_1=HBBS:Doors/User/Wall/Wall.HBBS {N} {O}
WHO_Type_1=HBBS
WHO_Door_1=HBBS:Doors/User/Who/Who.HBBS {N} {O}
; *** File Doors ***
D_Type_1=HBBS
D_Door_1=HBBS:Doors/User/Download/Download.HBBS {N} {O}
D_Type_2=SSCREEN
D_Door_2=QuickStats
F_Type_1=HBBS
F_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
F_Param_1=LIST
Z_Type_1=HBBS
Z_Door_1=HBBS:Doors/User/Zippy/TeppicZippy.HBBS {N} {O}
V_Type_1=HBBS
V_Door_1=HBBS:Doors/User/View/TeppicView.HBBS {N} {O}
FR_Type_1=HBBS
FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
FR_Param_1=REVERSE
N_Type_1=HBBS
N_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
N_Param_1=NEW
A_Type_1=HBBS
A_Door_1=HBBS:Doors/User/CheckTags/CheckTags.HBBS {N} {O}
QS_Type_1=SSCREEN
QS_Door_1=QuickStats
Q_Type_1=SCREEN
Q_Door_1=HBBS:Screens/Special/QuickStats.TXT
; *** Misc doors ***
OLM_Type_1=HBBS
OLM_Door_1=HBBS:Doors/User/OnLineMessage/OnLineMessage.HBBS {N} {O}
W_Type_1=HBBS
W_Door_1=HBBS:Doors/User/UserSettings/UserSettings.HBBS {N} {O}
; *** Other Doors ***
; Just my little jokes...
HELP_Type_1=ECHO
HELP_Door_1=Why should I ?
SHELL_Type_1=ECHO
SHELL_Door_1=A very hard skin that some animals use for protection
NSTATS_Type_1=SSCREEN
NSTATS_Door_1=NodeStats_{N}
;
;
;
; *** Add Your Doors Here ^^^ ***
; The following doors are should not be used by anyone
; except the person writing the doors. I.E. ME :-)